home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 0747.ZIP / SAIL.SET < prev    next >
Text File  |  1987-05-12  |  574b  |  22 lines

  1. ;
  2. ; SAIL.SET
  3. ;
  4. ; The instructions in this file are always executed whenever
  5. ; you call SAIL.  Place commands in this file that you always
  6. ; want executed when calling the editor.
  7. ;
  8. ; COMMAND FORMAT
  9. ;
  10. ; Commands in this file are entered with mnemonic names.  See the
  11. ; file named COMMAND.LST for details.  Comments in this file and in
  12. ; all other SAIL executable files must start with semicolons.
  13. ;
  14. ; Set EXACT mode for all files.
  15. set-global-mode EXACT
  16. ;
  17. ; Set the right margin to column 79.
  18. 79 set-margin
  19. ;
  20. ; Set tab stops at every three columns.
  21. 3 tab
  22.